-
Notifications
You must be signed in to change notification settings - Fork 44.2k
Treesitter fix #1799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treesitter fix #1799
Conversation
remove lazy-lock.json
changed treesitter to master for temp fix
|
There's also #1657 with all the changes to accommodate |
| 'nvim-treesitter/nvim-treesitter', | ||
| branch = "master", | ||
| build = ':TSUpdate', | ||
| main = 'nvim-treesitter.configs', -- Sets main module to use for opts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You just need to change .configs to .config on line 945 per this issue: #1771
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is WRONG, I don't understand why people keep repeating this nonsense. This PR is the ONLY correct fix(!).
(Transitioning to the main branch would be a breaking change for users, since that is effectively a different plugin with much reduced functionality (but much better maintainability.))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad - crossed it out.
|
ok, i think i did the right fix. Sorry for delays. |
|
Note: It's unlikely that the |
Updated nvim-treesitter config to follow the stable 'master' branch (as opposed to the now default 'main' branch) as a temporary fix.